Open
Bug 1831556
Opened 2 years ago
Updated 2 years ago
Allow multi-push (more than 2) comparisons
Categories
(Testing :: Performance, task, P2)
Testing
Performance
Tracking
(Not tracked)
NEW
People
(Reporter: sparky, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [fxp])
This bug is for adding some code to allow multi-push comparisons. For this we'll need to add a secondary path while we develop it that is separate from the two-push system. As we expand on it, we may move the two-push system to the multi-push system.
We should add a --multi <TOTAL-RUNS>
flag to enable this, and ensure that we have a comparator that has a method like setup_push(run_number, ...)
to setup each of the pushes. The other arguments to the method should be the same as the two-push system.
Reporter | ||
Updated•2 years ago
|
Whiteboard: [fxp]
Updated•2 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•